queue n. 1.發(fā)辮,辮子。 2.〔英國〕(順序等車、購物的)行列,長隊;車隊。 form a queue 排隊。 in a queue 排成一行。 jump the queue 不按次序排隊;企圖獲得優(yōu)惠待遇。 vt. 把(頭發(fā))梳成辮子。 vi. 〔英國〕排(成)隊,排隊等候 (on; up)。 queue up at a bus stop 在公共汽車站排隊。
priority n. 1.(時間、順序上的)先,前。 2.較重要;上席;上位;重點,優(yōu)先(權(quán));先取權(quán)。 3.優(yōu)先配給;優(yōu)先考慮的事。 establish an order of priority 確定討論項目的次序。 give priority to 把優(yōu)先權(quán)讓給…。 priority of one's claim to another's 某人的要求比另一人的更重要。 according to priority 依照次序,依次。 take priority of 比…居先;得…的優(yōu)先權(quán)。
Non - preemptive priority queuing discipline 非強占優(yōu)先規(guī)則
Non - preemptive priority queueing models with changeover times and switching threshold 帶有轉(zhuǎn)換時間和閾值的非搶占優(yōu)先權(quán)排隊模型
As elements are added to a priority queue , its capacity grows automatically 作為元素被加入一個優(yōu)先隊列,它的容量是自動增加的。
Starvation is a common limitation of simple priority queuing mechanisms 簡單的優(yōu)先權(quán)排隊機理的一個常見局限就是“饑餓” (即訪問要求不能滿足) 。
Thus , priority queueing systems are usually adopted in the performance analysis of a router 這樣對路由器的性能分析通常要采用優(yōu)先排隊系統(tǒng)的分析技巧。
Say , for instance , that your scheduler checks the strict priority queue and there is nothing there 譬如說,假設(shè)調(diào)度程序檢查嚴(yán)格的優(yōu)先級隊列后,發(fā)現(xiàn)沒有任何優(yōu)先級隊列。
As grid machines become available to execute jobs , the jobs are taken from the highest priority queues first 當(dāng)網(wǎng)格計算機可以執(zhí)行任務(wù)的時候,就從優(yōu)先級最高的隊列中取出第一個任務(wù)。
A priority queue is unbounded , but has an internal capacity governing the size of an array used to store the elements on the queue 一個優(yōu)先隊列是極大的,但是擁有一個內(nèi)部的容量調(diào)節(jié)數(shù)組的大小用來存儲在隊列中的元素。
No - interrupted priority queue polling mechanism with exhaustive service is applied as a channel accession policy in the communication in this paper 本通信系統(tǒng)采用了基于完全服務(wù)的非搶占排隊優(yōu)先權(quán)輪詢機制作為信道共享策略。
Such queues are called priority queues ; in this type of queue service is not in order of time of arrival but rather in order of some measure of priority 這種隊列稱為優(yōu)先級隊列;在這種隊列中,服務(wù)順序是按照事件優(yōu)先級而非事件到達先后而定的。
In computer science, a priority queue is an abstract data type which is like a regular queue or stack data structure, but where additionally each element has a "priority" associated with it. In a priority queue, an element with high priority is served before an element with low priority.